Dynamicweb 8 Documentation
RenderList Method

Output.
Selected item.
Renders list.
Syntax
'Declaration
 
Protected Overridable Sub RenderList( _ 
   ByVal output As TextWriter, _ 
   ByVal selectedItem As T _ 
) 
protected virtual void RenderList( 
   TextWriter output, 
   T selectedItem 
)

Parameters

output
Output.
selectedItem
Selected item.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListEditor<T> Class
ListEditor<T> Members

Send Feedback